Delete Agent by ID
API Endpoints
Delete Agent Endpoint
Deletes an agent from the system using its unique agent_id.
DELETE
Delete Agent by ID
Documentation Index
Fetch the complete documentation index at: https://docs.lyzr.ai/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
DELETE/v3/agents/{agent_id}
Authentication
- Requires an API key (
x-api-key) in the request headers.
Path Parameters
| Parameter | Type | Description |
|---|---|---|
agent_id | string | Unique identifier of the agent to delete. |